home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / gfx / conv / jpegV5Bbin.lha / doc / README.AMIGA < prev    next >
Encoding:
Text File  |  1995-04-10  |  2.4 KB  |  74 lines

  1. The Independent JPEG Group's JPEG software
  2. ==========================================
  3.  
  4. README for release 5b of 15-Mar-95
  5. ==================================
  6.  
  7. This distribution contains the fifth public release of the Independent JPEG
  8. Group's free JPEG software. 
  9.  
  10. This software is the work of Tom Lane, Philip Gladstone, Luis Ortiz, Jim
  11. Boucher, Lee Crocker, George Phillips, Davide Rossi, Ge' Weijers, and other
  12. members of the Independent JPEG Group.
  13.  
  14. IJG is not associated with the official ISO JPEG standards committee.
  15.  
  16. This port for the Amiga is done by Günther Röhrich.
  17.  
  18. I used the original jpegsrc.v5b.tar.gz archive ftp'ed directly from ftp.uu.net
  19. for compiling the programs.
  20.  
  21.  
  22. System requirements:
  23.  
  24. - OS 2.0 or higher 
  25.  
  26. - programs with the ending .020881 will need a 68020/68881 (or better)
  27.  
  28. - JPEGTMP: must be assigned to a directory with enough free disk space
  29.  
  30.  
  31. ********************
  32. NEW IN THIS RELEASE:
  33. ********************
  34.  
  35. The ixemul.library is not needed any more. Starting with this release cjpeg
  36. and djpeg are using the Unix-like command line style. Redirection and piping
  37. is now fully supported. Examples:
  38.  
  39.  cjpeg inputfile >outputfile
  40.  cjpeg <inputfile >outputfile
  41.  djpeg -scale 1/4 inputfile | cjpeg >outputfile
  42.  
  43. The last example creates a 1/4 scaled JPEG file of your inputfile. Note
  44. that a temporary ppm file will not be created. To use this with the
  45. standard Amiga shell you need one of those pipe archives:
  46.  
  47. Aminet: util/shell/MJPipe09.lha
  48.         util/shell/Pipe_1_5.lha
  49.         util/cli/pipe3310.lha
  50.         
  51. Use the -outfile option if you don't want to use redirection. New shell
  52. scripts for the jpegAGA program are also included in this release. They are
  53. now working with all versions of djpeg and not just with those using the "two-
  54. file" command line style.
  55.  
  56.  
  57. If you found a bug then please let me know about it. (Every behaviour that
  58. does not correspond to the original documentation is considered a bug.)
  59. If it is not Amiga-specific you may also report it directly to the
  60. Independent JPEG Group.
  61.  
  62.  
  63. My address:
  64.  
  65.  
  66.  
  67.   electronic mail:                                  normal mail:
  68.   ****************                                  ************
  69.  
  70.  Guenther@studbox.uni-stuttgart.de                  Günther Röhrich
  71.                                                     Lerchenbergstr. 4
  72.                                                     73733 Esslingen
  73.                                                         Germany
  74.